mmc: Tinification of the mmc code
authorMarek Vasut <[email protected]>
Thu, 1 Dec 2016 01:06:33 +0000 (02:06 +0100)
committerJaehoon Chung <[email protected]>
Thu, 1 Dec 2016 04:51:57 +0000 (13:51 +0900)
commitb5b838f1a726e9ab7eea505740e8169b55e90ed6
tree30c1d1b44a48d97813e9595f66850d89363992a9
parentce9eca9438d69306441060e7ac90e45d47882f34
mmc: Tinification of the mmc code

Add new configuration option CONFIG_MMC_TINY which strips away all
memory allocation within the MMC code and code for handling multiple
cards. This allows extremely space-constrained SPL code use the MMC
framework.

Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Marek Vasut <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Jaehoon Chung <[email protected]>
common/spl/spl_mmc.c
drivers/mmc/Kconfig
drivers/mmc/mmc.c
drivers/mmc/mmc_legacy.c
include/mmc.h